home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Complete Applications / 4D Programming / Records / Records info next >
Encoding:
Text File  |  1987-08-12  |  1.0 KB  |  33 lines  |  [TEXT/ttxt]

  1. Docs for 4D application   RECORDS.
  2.  
  3. Written by:
  4. Todd.
  5. ACIUS.
  6.  
  7. Purpose:
  8. 1.  To provide examples of displaying multiple nested subfiles at once.
  9. 2.  Examples of double clicking in scrollable area (Dave's discovery).
  10. 3.  Indexed searching across nested subfiles.
  11. 4.  Just ideas to use.
  12.  
  13. Notes:
  14. 1.  You can double click in the scrollable areas to modify the existing entry.
  15.      Don't do a fast double click or the procedure won't catch it.  Just
  16.       slow-n-easy.
  17. 2.  The search performed with the fields does an intersection so each
  18.       element specified must be present in the record in order to match.
  19. 3.  If you leave a search criterion blank then it will not be used.
  20. 4.  I don't clear the search spec variables each time through.  They're globals
  21.      so that way if your first search doesn't find anything, you can see for
  22.      what you had searched.
  23.  
  24. Status:
  25. Feel free to modify the code and enhance the example.
  26. It is packed with Packit.
  27.  
  28. Disclaimer:
  29. I wrote this late last night.
  30. Todd Carper and ACIUS Inc. request the standard complete disclaimer.
  31.  
  32.  
  33. Have fun.